home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
dsqldbug
/
file_id.diz
< prev
next >
Wrap
Text File
|
1999-08-31
|
663b
|
10 lines
Dynamic SQL Debugger instantly
transforms long SQL statements into organized, indented code that is
easily read and debugged. Rather than actually debugging the
statements, it simply formats them, making the debugging process a
much more practical affair. The program is intended for developers
who use dynamic SQL in their code or have to process sysaudit
records, and relies on a DLL that, once registered, can be called by
the developer's own applications. Ample documentation and several
example SQL statements accompany the program.